@charset "utf-8";
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 14px;
	font: inherit;
	/*font-family: "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;*/
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #cc0001;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w100 {
	display: block;
	width: 100%;
}
.w1200 {
	display: block;
	width: 1200px;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.top {
	height: 145px;
	/*background: #f5f5f5;*/
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.head {
	background: #000;
	height: 35px;
	line-height: 35px;
}
.head .h_tel {
}
.head .h_tel p {
	color: #fff;
	font-size: 14px;
	text-align: right;
	background: url(../img/h_tel.png) left center no-repeat;
	width: 340px;
	float: right;
}
.head .h_tel p span {
	font-size: 18px;
	font-weight: bold;
	color: #fcff00;
}
.top .logo {
	width: 358px;
	height: 62px;
	margin: 24px 0px;
}
.top .logo img {
	width: 100%;
	height: 100%;
}
.top .ad {
	font-size: 26px;
	color: #bdbdbd;
	height: 110px;
	line-height: 100px;/*margin-left: 100px;*/
}
.top .ad span {
	/*font-size: 36px;*/
	color: #cc0001;
	/*font-style: italic;*/
	font-weight: bold;
	padding: 0px 10px;
}
.top .tel {
	margin-top: 25px;
	background: url(../img/tel.png) left 8px no-repeat;
	padding-left: 58px;
}
.top .tel span {
	display: block;
	font-size: 16px;
	color: #bdbdbd;
	line-height: 24px;
}
.top .tel h2 {
	display: block;
	font-size: 26px;
	color: #cc0001;
	font-weight: bold;
	line-height: 30px;
}
.nav {
	height: 60px;
	line-height: 60px;
	margin-top: 15px;
}
.nav a {
	color: #333;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	height: 57px;
	line-height: 57px;
	width: 120px;
	margin: 0px 10px;
	text-align: center;
}
.nav li.on {
	height: 57px;
	line-height: 57px;
	border-bottom: 3px solid #cc0000;
}
.nav li {
	position: relative;
}
.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	width: 100%;
	float: left;
}
.nav .nLi h3 em {
	background: url(../img/icon1.png) center no-repeat;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 26px;
	right: 0px;
}
.nav .sub {
	display: none;
	width: 360px;
	left: -30px;
	top: 60px;
	position: absolute;
	background: #025099;
	line-height: 40px;
	z-index: 99999;
}
.nav .sub li {
	zoom: 1;
	margin: 0px;
	width: 160px;
	float: left;
	background: url(../img/icon111.png) 160px center no-repeat;
	padding-left: 20px;
}
.nav .sub a {
	display: block;
	text-align: left;
	font-size: 14px;
	border: 0px;
	color: #fff;
}
.nav .sub a:hover {
	color: #bfbfbf;
}
.nav .on h3 a {
	border-bottom: 3px solid #cc0000;
	color: #cc0000;
}
.footer {
	background: #2d2d2d;
	padding: 50px 0px;
	overflow: hidden;
}
.footer ul {
	display: block;
	float: left;
	margin-right: 90px;
}
.footer ul li {
	display: block;
}
.footer ul li a {
	color: #878787;
	line-height: 30px;
}
.footer ul li a:hover {
	color: #cc0000;
}
.footer ul h2 {
	color: #fff;
	margin-bottom: 15px;
}
.footer ul h1 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.footer ul p {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 20px;
	font-size: 14px;
	margin: 20px 0px;
}
.footer ul h3 a {
	display: block;
	margin: 0px auto;
	width: 190px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	text-align: center;
	background: #025099;
}
.footer ul h3 a:hover {
	background: #cc0000;
}
.copyright {
	background: #1e2125;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.copyright p, .copyright a, .copyright .right {
	font-size: 12px;
	color: #fff;
}
.copyright p {
	/*float: left;*/
	text-align: center;
}
.copyright a {
	margin-left: 50px;/*display: inline-block;*/
	/*float: left;*/
}
/*翻页*/
.pages {
	text-align: center;
	margin: 80px 0px 80px 0px;
	font-size: 14px;
	line-height: 18px;
}
.pages span, .pages a {
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0px 5px;
	background-color: #fff;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
}
.pages .goprev, .pages .k_pagelist {
	margin-right: 10px;
}
.pages .gonext, .pages .k_pagelist, .pages .count {
	margin-left: 10px;
}
.pages span, .pages a:hover {
	background: #cc0000;
	color: #ffffff;
}
.pages span.goprev, .pages span.gonext, .pages span.k_pagelist, .pages span.golast {
	color: #cccccc;
	background: #fff;
}
.pages span.count {
	border: 0;
	background: 0;
	color: #333333;
}
.pages [class*="ico-"] {
	margin: 0;
}
/*翻页 end*/
#rocket-to-top div {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
#rocket-to-top .level-2 {
	background: url("../img/backup.png") no-repeat scroll center transparent;
	display: none;
	height: 80px;
	opacity: 0;
	z-index: 1;
}
#rocket-to-top .level-3 {
	background: none repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 150px;
	z-index: 2;
}
#rocket-to-top {
	background: url("../img/backup.png") no-repeat scroll center transparent;
	cursor: default;
	display: block;
	height: 80px;
	margin: -125px 0 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 10px;
	top: 80%;
	width: 80px;
	z-index: 99999999;
}
